From c1959ca71ab8475cef9e603a09fd357f7f9a86d2 Mon Sep 17 00:00:00 2001 From: "fred@xuni-t01.sc.intel.com" Date: Tue, 2 Aug 2005 02:13:02 -0800 Subject: [PATCH] Fix compilation issue, and then VTI dom0 is up again. Signed-off-by Kevin Tian --- xen/arch/ia64/domain.c | 1 - xen/include/public/arch-ia64.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/xen/arch/ia64/domain.c b/xen/arch/ia64/domain.c index a941036d69..f57a5699ab 100644 --- a/xen/arch/ia64/domain.c +++ b/xen/arch/ia64/domain.c @@ -933,7 +933,6 @@ void build_shared_info(struct domain *d) /* Set up shared-info area. */ update_dom_time(d); - d->shared_info->domain_time = 0; /* Mask all upcalls... */ for ( i = 0; i < MAX_VIRT_CPUS; i++ ) diff --git a/xen/include/public/arch-ia64.h b/xen/include/public/arch-ia64.h index 3ce2a7d7e4..750ec7fae7 100644 --- a/xen/include/public/arch-ia64.h +++ b/xen/include/public/arch-ia64.h @@ -253,7 +253,7 @@ typedef struct { int evtchn_vector; } arch_vcpu_info_t; -typedef arch_vcpu_info_t vpd_t; +typedef mapped_regs_t vpd_t; #define __ARCH_HAS_VCPU_INFO -- 2.30.2